ScaleRoundingType
Defines the ways that the scale's range can be rounded up or down based on the data it displays.
Example
The following is an example of how to reference the ScaleRoundingType object:
// The full path is required.
dundas.controls.ScaleRoundingType.ADD_MARGIN
Properties
|
|
ADD_MARGIN
|
If the smallest and/or largest values are already rounded, the minimum is rounded down further and the maximum
rounded up further, respectively, to prevent data from being positioned at the edge.
|
|
|
ALLOW_AT_EDGE
|
If the smallest and/or largest values are already rounded, they are used as the minimum and maximum, respectively.
|
|
|
AUTO
|
A rounding behaviour is chosen automatically.
|